home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000293_jaltman@watsun.cc.columbia.edu_Tue Aug 7 18:05:49 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. Article: 12648 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Init settings
  6. Date: 7 Aug 2001 21:39:40 GMT
  7. Organization: Columbia University
  8. Lines: 29
  9. Message-ID: <9kpn6s$eb4$1@newsmaster.cc.columbia.edu>
  10. References: <tn0hlqg5v5p9a2@corp.supernews.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 997220380 14692 128.59.39.2 (7 Aug 2001 21:39:40 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 7 Aug 2001 21:39:40 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12648
  16.  
  17. In article <tn0hlqg5v5p9a2@corp.supernews.com>,
  18. Steve <steve@baus-systems.com> wrote:
  19. : What are my options for specifying modem settings in an ini file?
  20. : I have a Zoom external modem I would like to setup with AT commands when I
  21. : start k95.  If this is best accomplished in a global k95 init file I need to
  22. : make sure they are specific to the Zoom modem as I may be using other modems
  23. : in the future.  I have created another .ini file that I am calling when I
  24. : startup so if it is better to include it there, that is an option.
  25. : What do I need to do to use a USB modem, set the port and the specific
  26. : settings like above?
  27. : Thanks,
  28. : Steve
  29.  
  30. Unlike MS-DOS Kermit, K95 does not need AT commands to be specified in 
  31. an init file.  If you are installing the Zoom modem under Windows to 
  32. support the USB connection, your best bet is to simply access the 
  33. modem as a TAPI (windows telephony) device
  34.  
  35.   SET TAPI Line <device-name>
  36.  
  37. and then either DIAL or ANSWER as your needs require.
  38.  
  39.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  40.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  41.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  42.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  43.